Package com.cisco.pt.ipc.sim
Interface L2NatInstance
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
L2NatInstanceImpl
Information provided by the PKI file:
\class CL2NatInstance
\brief Data element for CL2NatInstance.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:voidsetInstanceName(String instanceName) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getInstanceName
String getInstanceName()Information provided by the PKI file:
\brief Returns the instance name. \return string, value is the instance name.- Returns:
- String Returns a String
-
setInstanceName
Information provided by the PKI file:
\brief Sets the instance name to the given name. \param instanceName, the name to use for the instance.- Parameters:
instanceName- Takes in a parameter of instanceName
-
getInstanceId
int getInstanceId()Information provided by the PKI file:
\brief Returns the instance ID. \return int, value is the instance ID.- Returns:
- int Returns a int
-
getNatTable
L2NatTable getNatTable()Information provided by the PKI file:
\brief Returns the nat table. \return L2NatTable, value is the nat table.- Returns:
- L2NatTable Returns a L2NatTable
-
getStatementsCount
int getStatementsCount()Information provided by the PKI file:
\brief Returns the statement count. \return int, value is the statement count.- Returns:
- int Returns a int
-